| SyStateReportConfiguration |
| Logical Entity Name | SyStateReportConfiguration |
| Default Table Name | SyStateReportConfiguration |
| Physical Only | NO |
| Definition | |
| Note |
| SyStateReportConfiguration Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
SyStateReportConfigurationID |
int | NO | ||
SyStateReportID |
int | NO | ||
| ConfigurationField | nchar(4) | NO | ||
| Code | nchar(8) | YES | ||
| Descrip | nvarchar(100) | NO | ||
| FundSourceType | nvarchar(1000) | YES | ||
| Active | bit | NO | ||
UserID |
int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO | ||
| Category | nvarchar(100) | YES |
| SyStateReportConfiguration Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK_SyStateReportConfiguration_SyStateReportConfigurationID | PrimaryKey | SyStateReportConfigurationID |
| SyStateReportConfiguration Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| SyStateReport | Non-Identifying | One To Zero or More | FK_SyStateReportConfiguration_SyStateReportID_SyStateReport_SyStateReportID | SyStateReportID | NO | YES | ||
| SyStaff | Non-Identifying | One To Zero or More | FK_SyStateReportConfiguration_UserID_SyStaff_SyStaffID | UserID | NO | YES |
| Child Relationships: |
| SyStateReportConfiguration Check Constraints |
| Check Constraint Name | CheckConstraint |